From: Stefan Monnier Date: Thu, 11 Sep 2003 22:41:16 +0000 (+0000) Subject: (init_marker): Remove debugging code. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25579 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=78fe9177e1217a409eb2ffb7368652310c818560;p=emacs.git (init_marker): Remove debugging code. --- diff --git a/src/alloc.c b/src/alloc.c index 2c63c1cd07e..c84c2ebb26f 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -2851,7 +2851,6 @@ init_marker () marker_block_index = MARKER_BLOCK_SIZE; marker_free_list = 0; n_marker_blocks = 0; - fprintf(stderr, "union Lisp_Misc = %d\n", sizeof (union Lisp_Misc)); } /* Return a newly allocated Lisp_Misc object, with no substructure. */